home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / me31111 / ue311cmd.zoo / dist / readme.st < prev   
Encoding:
Text File  |  1992-09-20  |  3.8 KB  |  86 lines

  1. NOTES ON MICRO-EMACS 3.11c-ß1.1: (Sep 1992)
  2. ==============================================
  3.  *  (C)Copyright 1988,1989,1990,1991,1992 by Daniel M. Lawrence
  4.  *  MicroEMACS 3.11 can be copied and distributed freely for any
  5.  *  non-commercial purposes. MicroEMACS 3.11 can only be incorporated
  6.  *  into commercial software with the permission of the current author.
  7.  *
  8. NOTES ON THE VERSIONS FOR THE ATARI ST/TT
  9.  Many changes were done by Bjarne Pohlers <pohlerb@math.uni-muenster.de>. 
  10.  These versions are beta-test-versions. Please see the file COPYING in this
  11. archive under which conditions you are allowed to test it.
  12.  Watch out for newer versions! Please report any unknown bugs to
  13. me directly, *not* to Usenet. These beta-versions may be ftp-ed from
  14. ftp.uni-muenster.de (or  switek.uni-muenster.de) (login: ftp ; password:
  15. your eMail address).
  16.  
  17. Here is my address, just for those who do not have e-mail access:
  18.  Bjarne Pohlers
  19.  Friedericus-Str. 15
  20.  W-4400 Münster-Nienberge
  21.  Germany
  22.  
  23. I MOVED!
  24.  
  25. --
  26. Names changed (beta2 --> beta3) emacs.prg -> me.prg
  27.             gememacs.prg -> gemme.prg
  28. Reason: emacs != MicroEMACS
  29.  
  30. me.prg: I am sorry, it is not `clean' programmed.
  31. linea-calls are used. It is better not to try to change the
  32. $sres-variable. Another `dirty'-programming-style: for input
  33. evnt_multi-calls are used, for output Bconout-calls. I will not change
  34. this, because there is now a GEM-based Version of MicroEMACS. Do not expect
  35. me.prg to work under MultiTOS. Use tcme or gemme instead. These will work.
  36.  
  37. tcme.ttp is a version of MicroEMACS 3.11 which uses termcap. Of course,
  38. no mouse-commands are possible. Make sure that the file /etc/termcap
  39. exists and that the environment-variable TERM contains "atari" or "st".
  40. It might be good to set the environment-variable TERMCAP to the full pathname
  41. of the termcap-file. (e.g. TERMCAP=g:\etc\termcap). Please note that
  42. TERMCAP must either begin with '/' or '\' or contain a colon (':') as
  43. second character. Otherwise it will be interpreted as a TERMCAP-entry
  44. itself. See also file readme.tcp
  45.  
  46. gemme.prg is GEM-based. See file readme.gem
  47.  
  48. gemme/me.prg were compiled with TURBO C 2.03, tcme with gcc 2.1 and the
  49. MiNTlibs Patchlevel 20.
  50.  
  51. some general features:
  52. o MiNT-support
  53. o new variable $osystem shows name and version of the current
  54.   operating-system, followed by either "/ TERMCAP" (tcme), "/ ST52"
  55.   (me), "/ AES Vx.xx" (gemme, x.xx is AES' version number).
  56. o r-flag of UNIXMODE is supported. /- and d-flags are always set.
  57. o suspend-emacs works under MiNT and MTOS.
  58. o shell-escapes work with shells that understand the `-c'
  59.   command-line-switch. (Make sure that $SHELL is set.)
  60.   Also the so called GULAM-interface for shell-escapes is implemented.
  61. o files for `execute-file' are searched along the PATH-environment-variable
  62.   and additionally along the EMACSCMD-environment-variable. The current
  63.   lookup-order is:
  64.   if file contains path:
  65.     absolute
  66.   else
  67.     current directory
  68.     HOME environment directory
  69.     all directories along PATH environment
  70.     all directories along EMACSCMD environment
  71.     directories in table from EPATH.H
  72.   If you think that it should lookup all directories along
  73.   EMACSCMD environment before the PATH-environment, please let me know. I
  74.   think I will change this in a later release.
  75. o new FENCE-mode. If a buffer is in FENCE-mode it will display matching
  76.   fences and ring the bell, if it does not exist.
  77.  
  78. and much more...
  79.  
  80. bugs:
  81. tcme cannot interpret ALTERNATE-keypresses, me and gemme might have some
  82. problems with combinations of ALTERNATE-CONTROL-keypresses. I would
  83. suggest not to use these combinations. Some of them are reserved under MiNT anyway.
  84.  If possible, try to use only letters in combination with CONTROL or
  85. ALTERNATE. Other keys might fail.
  86.